home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000229_news@columbia.edu _Tue Oct 26 16:27:57 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA04348
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 26 Oct 1999 16:27:57 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA16729
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 26 Oct 1999 16:16:35 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: C-kermit scripts to poll remote sites?
  11. Date: 26 Oct 1999 20:16:34 GMT
  12. Organization: Columbia University
  13. Message-ID: <7v5272$gan$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <381605B7.81B65D40@usit.net>, ERA  <era@usit.net> wrote:
  17. : Frank da Cruz wrote:
  18. : > 
  19. : > In article <380913E3.37DB2EF3@usit.net>, ERA  <era@usit.net> wrote:
  20. : > : I just looked through the script repository -
  21. : > :
  22. : > : http://www.columbia.edu/kermit/ckscripts.html
  23. : > :
  24. : > : - to see if there were any scripts upon which I could build a
  25. : > : polling process. Unfortunately I saw nothing.
  26. : [text deleted]
  27. : > A fair chunk of Chapter 19 of the manual:
  28. : > 
  29. : >   http://www.columbia.edu/kermit/ck60.html
  30. : > 
  31. : > is devoted to this topic.
  32. : > 
  33. : > - Frank
  34. : Right, page 447+ has information on Nightly Polling but it seems to
  35. : deal mainly with logging in to systems that require logins (like unix
  36. : systems) and starting kermit once logged in. I don't see anything
  37. : dealing with dialing up a DOS box from a multiuser system for
  38. : polling.
  39. :
  40. Countless scenarios are imaginable but they can't all go into one book!
  41.  
  42. : I may just not be reading between the lines enough. In any
  43. : case I was hoping someone had done this and could offer pointers or
  44. : send me a file that I could build on to set this up without having to
  45. : go through a trial and error process to poll the DOS systems. We have
  46. : used BLAST for this in the past but have not been happy with their
  47. : multiplatform "support" or their prices since their push toward
  48. : Microsoft's junk and have placed our faith in your products as a
  49. : result.
  50. Thanks.  The nightly polling material in "Using C-Kermit" takes on the
  51. general situation in which you have to make the connection, log in,
  52. start Kermit, transfer data, and log out.  If you are making connections
  53. to DOS systems, obviously there is less to it than that: there's generally
  54. no question of authentication since DOS is a single-user open system without
  55. users or passwords).  Furthermore, remote access to DOS is not possible
  56. unless you are running some kind of special application on DOS that
  57. provides it -- so DOS is not like UNIX, in that you don't get a login
  58. prompt and a shell when you come in thru the serial port.
  59.  
  60. : ... to buy the C-kermit and DOS-kermit in the hopes that someone would
  61. : "come through" on this. I guess since this thread seems to have died
  62. : with your comment I am on my own. I am a bit disappointed with the
  63. : lack of response. Oh well, at least you have our money.
  64. We answered your previous post -- this is the first time we've heard 
  65. from you since then.  We don't read minds!
  66.  
  67. We also don't generally write your business applications for you, since
  68. obviously if we did this, we'd have time for nothing else -- or even for
  69. that, given the potential demand.  Instead, we provide the software and
  70. the documentation, and we're glad to answer specific questions about it,
  71. especially when the documentation isn't clear, since that would be our
  72. fault.  Ditto if the software has bugs, etc.
  73.  
  74. If you want to sketch out your needs in more detail, we'll be glad to
  75. offer suggestions.  I can't suggest anything specific now because I
  76. don't know what software you have on DOS to answer the phone when
  77. C-Kermit calls it.  If you don't know that either, then you might want
  78. to consider MS-DOS Kermit, which runs a script that puts the modem in
  79. answer mode, waits for a call to come in, and then enters server mode.
  80. >From that point the C-Kermit script can take over.
  81.  
  82. - Frank